/**no copiar este estilo**/
#agenda-app {width:724.4px;}
/**fin no copiar este estilo**/
body {
  font-family: "Open Sans", sans-serif;
}
/*Estos estilos ya existen en la css de portal*/
h3.evento {
    font-size: 1.1em;
    color: #4a5f8a;
    padding-bottom: 1px;
	}
h3 {
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: bold !important;
    color: #4a5f8a !important;
	}
.agenda {  
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9em;
  	}
/*Fin estos estilos ya existen en la css de portal*/  
.day_selector {
  width: 100%;
  margin: 0px 0px;
  padding: 5px 0px 3px 0px;
  background-color: #6f8ece;
  text-align: center;
  border-bottom:1px solid white;
  float:left;
  margin-bottom:20px;
  	}
.day_selector div:first-child {
  float: left;
  display:inline-block;
  margin-left: 20px;
  	}
.day_selector div:last-child {
  float: right;
  display:inline-block;
  margin-right: 15px;
  }
.day_selector div {
  padding:5px;
  border-radius:5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  	}
.day_selector div:hover {
  background: #4165af;
  	}
.day_selector input {
  color: white;
  cursor: pointer;
  margin-left: 0px;
  color: white;
  font-weight: normal;
  display: inline;
  text-transform:uppercase;
	}
.day_selector input[type="button"] {
  background-color: transparent;
  border: none;
  display: inline;
	}
.day_selector input[type="button"].flechaIzq {
  background:url("/Style Library/MINHAC.SP.Portal/Agenda/img/flecha-izq.png") no-repeat left top;
  float:left;
  padding-left:15px;
  line-height: 12px;
	}
.day_selector input[type="button"].flechaDer {
	background:url("/Style Library/MINHAC.SP.Portal/Agenda/img/flecha-der.png") no-repeat right top;
	float:right;
	padding-right:15px;
	line-height: 12px;
	}
/*listado resultados eventos Nuevo*/
.listado_evento_agenda li {
	list-style-type:none;
	display:table;
	min-height: 35px;
	border-bottom:1px solid #cdd8ee;
	}
.listado_evento_agenda li a {
	text-decoration:none;
	display:block;
	}
.listado_evento_agenda li p:first-child {
	display: table;
	padding-left: 50px;
	background: url("/Style Library/MINHAC.SP.Portal/Agenda/img/ico_docs.png") no-repeat;
	min-height: 35px;
	height: 35px;
	}
.listado_evento_agenda li p:first-child a {
	display: table-cell;
	vertical-align: middle;
	min-height: 35px;
	margin-left:30px;
	color:#5c7ec8;
	font-weight:bold;
	font-size:0.9em;
	}	
.listado_evento_agenda li p:first-child a:hover {
	text-decoration:underline;
	}	
.listado_evento_agenda li p:last-child {
	text-align:right;
	}
.listado_evento_agenda li p:last-child span {
	background-color: #eaf1fc;
	border-radius: 4px;
	box-shadow: 1px 1px 0px #cdd8ee;
	margin-left: 10px;
	padding: 5px 20px 5px 20px;
	display:inline-block;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	}
.listado_evento_agenda li p:last-child span:hover {
	background-color: #cdd8ee;
	}
.listado_evento_agenda li p:last-child a {
	color:#485e87;
	}
.exportarResultados {
	border-radius:5px;
	background-color:#89a8e8;
	color:#fff;
	box-shadow: 0.5px 1.5px 0px #678bd3;
	text-shadow: 0.5px 1px 0px #678bd3;
	border:1px solid #89a8e8;
	cursor:pointer;
	padding: 4px 8px 4px 30px;
	background-image:url("/Style Library/MINHAC.SP.Portal/Agenda/img/ico-exportDoc.png");
	background-repeat:no-repeat;
	text-transform: uppercase;
	margin-bottom:5px;
	
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	}
.exportarResultados:hover {
	background-color: #4165af;
	box-shadow: 0.5px 1.5px 0px #4165af;
	text-shadow: 0.5px 1px 0px #4165af;
	border:1px solid #4165af;
	}	
/**vista dispositivos moviles**/
@media all and (max-width: 768px){
.listado_evento_agenda li p:last-child span {
	display: block;
	margin-bottom: 8px;
	width: auto;
	margin-left: 50px;
	text-align: center;
	}
.day_selector { 
	padding:0px
	}
.day_selector div {
	width: 100%;
	text-align: center;
	margin: 0px !important;
	padding: 5px 0px;
	border-radius:0px;
	}
.day_selector div:first-child {
	border-bottom: 1px solid white;
}
.day_selector input {
    float: none !important;
}
/**no copiar este estilo**/
#agenda-app {width:auto!important;}
/**fin no copiar este estilo**/
}

/* Aņadido por Oscar para copiar estilos de fichas de patrimonio */
.agenda_filter .cabecera_resultadosPatrimonio {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px 3px 0px;
    text-align: left;
    border-bottom: 1px solid white;
    background: #e3e7f3;
    float: left;
    margin-bottom: 35px;
}

.agenda_filter .cabecera_resultadosPatrimonio p:first-child {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    padding-top: 8px;
    background-color: #6f8ece;
    color: #ffffff;
}

.agenda_filter .cabecera_resultadosPatrimonio p {
    margin: 0px;
    color: #5c7ec8;
    padding: 5px 15px 5px 15px;
    background-color: #e3e7f3;
    font-size: 0.9em;
    line-height: 18px;
}

.paginacionPatrimonio {
    color: #4a5f8a;
    font-size: 0.9em;
    text-align: right;
    float: left;
    max-width: 250px;
    margin-top: 0px;
    opacity: 0.7;
}

.paginacionPatrimonio p, .navegacionPaginacionPatrimonio p {
    margin: 0px 5px;
}

.navegacionPaginacionPatrimonio {
    color: #6f8ecd;
    font-size: 0.9em;
    text-align: right;
    float: right;
    min-width: 350px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0px;
}

.navegacionPaginacionPatrimonio p {
    margin: 0px 5px;
}

.navegacionPaginacionPatrimonio p input:first-child {
    background-image: url(/Style%20Library/MINHAC.SP.Portal/Agenda/img/flecha-anterior.png);
    background-repeat: no-repeat;
    padding-left: 10px;
}

.navegacionPaginacionPatrimonio p input:last-child {
    background-image: url(/Style%20Library/MINHAC.SP.Portal/Agenda/img/flecha-siguiente.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}

.navegacionPaginacionPatrimonio p input {
    min-width: 6em;
    padding: 0px;
    background-color: #fff;
    color: #444;
    border: 0px;
    font-size: 1em;
    font-family: arial;
    color: #6f8ecd;
    min-width: 20px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

p.enlacevolverPatrimonio {
    width: 100%;
    text-align: center;
    margin: 0px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

p.enlacevolverPatrimonio a {
    text-align: right;
    height: auto;
    margin-left: 25px;
    margin-bottom: 4px;
    background-color: #89a8e8;
    color: white;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-right: 33px;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    clear: both;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Fin aņadido por Oscar */


div.agenda p.enlacevolverPatrimonio a:hover {
    background-color: #4165af ; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navegacionPaginacionPatrimonio p input:hover {
    color: #4165af;
}
